PHP中的md5与Java中的md5加密结果不一致问题 /** * 获取MD5加密后的字符串 * @param str 明文 * @return 加密后的字符串 * @throws Exception */ ...